home *** CD-ROM | disk | FTP | other *** search
Text File | 1994-01-19 | 814 b | 29 lines | [TEXT/MPS ] |
- # UserStartup•Indent
- #
- # Franklin Chen
- # Tue, Apr 6, 1993 Version 1.7
- # Wed, Jan 19, 1994 Version 1.8
-
- # Indent will look in this directory for the file "Indent Prefs"
- Set INDENT_PREFDIR "{SystemFolder}Preferences:"
- Export INDENT_PREFDIR
-
- # The default for the simple backup suffix is "~", e.g., file "foo.c"
- # would be backed up to "foo.c~"
-
- Set SIMPLE_BACKUP_SUFFIX ".bak"
- Export SIMPLE_BACKUP_SUFFIX
-
- # Set the type of backup file:
- # "none" or "never" self-explanatory
- # "simple"
- # "numbered" or "t" "foo.c" is backed up to "foo.c.~V~", where
- # V is one greater than the highest existing
- # version in the directory of "foo.c"
- # "numbered_existing" or "nil"
- # default; numbered backups are made only if
- # there already exist numbered backups
-
- Set VERSION_CONTROL "numbered"
- Export VERSION_CONTROL
-